<?xml version="1.0"?>
<Schema name="DTMTopologyScanSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:fdtprofidevice="x-schema:DTMProfibusDeviceSchema.xml" xmlns:fdthartdevice="x-schema:DTMHARTDeviceSchema.xml" xmlns:fdtinterbusdevice="x-schema:DTMInterbusDeviceSchema.xml" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Elements-->
	<ElementType name="TopologyScan" content="eltOnly" model="open">
		<attribute type="fdt:nodeId" required="no"/>
		<group order="one">
			<element type="fdthartdevice:HARTDevice" minOccurs="0" maxOccurs="*"/>
			<element type="fdtprofidevice:ProfibusDevice" minOccurs="0" maxOccurs="*"/>
			<element type="fdtinterbusdevice:InterbusDevice" minOccurs="0" maxOccurs="*"/>
		</group>
	</ElementType>
</Schema>
